body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/*.............................................................header*/

.jp_slide_img_overlay {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
}

/*.jp_slide_img_overlay {
    background: url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.logo {
    margin-top: 20 px;
}

.logo a {
    color: #fff;
    display: inline-block;
}

.telephone {
    text-align: right;
    color: white;
    font-size: 20px;
}

.phone-ico {
    margin-bottom: 5 px;
    margin-right: 5 px;
}

.jp_banner_heading_cont_wrapper {
    float: left;
    width: 100%;
    padding-top: 130 px;
}

.jp_job_heading h1 {
    font-size: 52px;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
}

/*......................................body section style*/

.quiz-section-wrapper {
    padding: 48px;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
}

/*---------------------------------------------------------------------------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/

.live-search-box {
    width: 100%;
    display: block;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3498db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.autocomplete input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

.autocomplete input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

.autocomplete input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}







/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    margin: 20px 0px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.wizard .nav-tabs>li {
    width: 25%;
}

/*.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}*/



.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #5a8eeb;
    color: #fff;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

.signup-step-container .wizard {
    padding: 60px;
    background: #fff;
    border-radius: 5px;
}

.input-full-button,
.input-full-button2,
.input-full-button3 {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    background: #fff;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    border: 1px solid #5a8eeb;
    padding: 13px 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    cursor: pointer;
}

.input-full-button:hover,
.input-full-button.active,
.input-full-button2:hover,
.input-full-button2.active,
.input-full-button3:hover,
.input-full-button3.active {
    background: #5a8eeb;
    color: #fff;
}

.wizard-inner {
    display: none;
}

fieldset .col-md-6 {
    padding: 13px 15px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 rgb(0 0 0 / 6%);
    border: 1px solid #0000001a;
    margin-bottom: 25px;
    max-width: 370px;
    cursor: pointer;
}

fieldset label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

fieldset.step7 .col-md-6 {
    padding: 13px 40px;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #adabab3d;
}

:root {
    --star-size: 24px;
    --star-color: #ccc7c7;
    --star-background: #ff9d28;
}
.shortlist-card-header {
    display: flex;
    align-items: flex-start;
}

.shortlist-card-header img {
    height: 90px;
    width: auto;
    padding: 8px;
    border: 1px solid #93b4d8;
}

.stars-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.stars-wrapper span.rating-count {
    padding-left: 10px;
}
.shortlist-card-header .shortlist-header-title {
    padding-left: 15px;
    padding-top: 7px;
}

.shortlist-card-header .shortlist-header-title a {
    color: #6b83eb;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    text-decoration: none;
}

.shortlist-card-header .shortlist-header-title 
 .shortlist-header-by {
    font-size: 14px;
    color: #607480;
}

.shortlist-cards {
    padding: 20px 15px;
    border: 1px solid #93b4d8;
    height: 330px;
}

.shortlist-card-body p {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}
.results-section{
    display: none;
}
.shortlist-bottom a{
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    border: 2px solid #7370ef;
    background: #7370ef;
    color: #fff;
}
.shortlist-bottom a:hover{
    background: #fff;
    color: #7370ef;
}













































@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs>li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

/*.....................................footer*/
footer {
    position: fixed;
    bottom: 0;

}

.jp_main_footer_img_wrapper {
    background: #3158a8;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #4b8ae7;
}

.jp_bottom_footer_Wrapper {
    width: 100%;
    border-top: 1px solid #ffffff1a;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jp_bottom_footer_left_cont {
    position: relative;
}

.jp_bottom_footer_left_cont p {
    color: #ffffff8c;
    margin-top: 12 px;
}

a.white-anchor {
    color: #ffffff8c;
}

.jp_bottom_footer_right_cont li {
    margin-left: 15px;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jp_bottom_footer_right_cont li a {
    height: 50px;
    -webkit-border-radius: 15 px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    color: #ffffff8c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#return-to-top {
    position: absolute;
    bottom: 20px;
    right: -50px;
    top: 0;
    background: transparent;
    border: 1px solid #ffffff2e;
    width: 52px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

.chevron::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 13px;
    left: -18px;
    position: relative;
    top: 20px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 13px;
    color: #fff;
}